home *** CD-ROM | disk | FTP | other *** search
-
-
- C H O O S E
-
- The CHOOSE program provides an easy to use, yet powerful, means of menu
- controlled branching within the AUTOEXEC or other BATCH stream.
-
- CHOOSE may be used as a conventional menu system to provide a main menu
- from which programs may be run; however, CHOOSE provides much more.
- Since menu selections cause a branch to a specific position within a
- batch file, DOS commands at that position not only can run a program,
- but also may select drives, change directories, copy and rename files,
- as well as present another menu with more choices and more branches.
-
- The number of menus in a batch stream is unlimited and you may nest or
- cascade menus as freely as needed. The more complex the environment,
- the more useful CHOOSE is in keeping things simple and avoiding error
- prone situations.
-
- WITH YOUR CHOOSE FILES IN THE CURRENT DRIVE/DIRECTORY, PROCEED BY
- ENTERING "MENU" ON THE DOS COMMAND LINE.
-
-